home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Totally AMOS
/
Totally AMOS - Issue 1 (1991-11)(Tucker, Len - Tucker, Anne).adf
/
source_progs
/
Show_Fonts.AMOS
/
Show_Fonts.amosSourceCode
Wrap
AMOS Source Code
|
1991-09-22
|
1KB
|
35 lines
Screen Open 1,640,240,16,Hires
Gr Writing 0
Get Disc Fonts
P=20
Repeat
Add Z,1
A$=Font$(Z)
Locate 1,Z*2
Print A$
Set Font 1
Text 120,P,Mid$(A$,1,29)
Add P,17
Until Z=4
Print : Print "Press any Lettered Key"
Wait Key
Cls
Print "HOW TO DO IT"
Print "1) Use workbench to delete Dir's & Files from the COPY of Amos Program Disc"
Print "2) Activate the Shell-cd df1:(Return)"
Print "3) delete manual all(Return)"
Print "4) delete Config1_2.amos(Return)"
Print "5) make dir fonts(Return)"
Print "6) cd df0:(Return)"
Print "7) copy from df0:fonts all to df1:fonts(Return)"
Print "8) More space can be made by deleting any program ending in .Amos"
Print " From your COPY of the Amos program disc"
Print "9) end cli(Return)"
Print "10) Re boot your new disc & then type:-"
Print "11) get disc files(Return)"
Print "12) set font (to the number you want)-Return"
Print "13) Text 20,20,TEST (Return) The word TEST must be in inverted commas "
Print "14) The numbers 20,20 position the text on the screen-try some others"
Print "15) Numbers after the graphic text to be inserted with Set Font(number)"
Print "The other nos.refer to height etc."
Print " And thats about it.-ink may be used for a colour"